html {
  color: #000;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  outline: none 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
fieldset,
img {
  border: 0;
  outline: none 0;
}
address,
caption,
em,
th {
  font-style: normal;
  font-weight: 400;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
q:after,
q:before {
  content: "";
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
em,
i {
  font-style: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
body {
  font: 14px/1.231 arial, helvetica, clean, sans-serif;
  overflow-x: auto;
}
button,
input,
select,
textarea {
  font: 99% "微软雅黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
    Verdana, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}
body,
form,
html {
  font: 14px/18px "微软雅黑", "Lucida Grande", "Lucida Sans Unicode", Helvetica,
    Arial, Verdana, sans-serif;
  background: #ffffff;
  cursor: default;
  /* height: 100%; */
  min-height: 100vh;
}
form {
  height: auto;
  background: 0 0;
}
em,
i,
b {
  font-style: normal;
}
strong {
  font-weight: bold;
}
.clear {
  display: block;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  clear: both;
  font-size: 0;
  line-height: normal;
}
* {
  box-sizing: border-box;
}
.content {
  width: 100%;
  position: relative;
}
.blank_30 {
  height: 30px;
}
.mode-open {
  overflow-x: hidden;
  overflow-y: auto;
}
.copyBox {
  width: 100%;
  padding: 20px 0;
}
.copyBox h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
}
.copyBox h5 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
}
.copyBox p {
  color: #333;
  font-size: 12px;
  text-align: left;
  line-height: 1.8;
}
/*分页开始*/
.paging {
  padding: 30px 0;
}
.el-pager {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  padding: 0;
  margin: 0;
  float: left;
}
.el-pager a {
  padding: 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
  font-size: 13px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
}
.el-pager a:hover {
  color: #409eff;
  cursor: default;
}
.el-pager a.active {
  color: #409eff;
  cursor: default;
}
.paging .goto {
  float: right;
  margin-left: 25px;
}
.paging .goto p {
  float: left;
  color: #999;
}
.paging .goto a {
  float: left;
  display: block;
  width: 26px;
  height: 26px;
  color: #fff;
  background: #1c3971;
  border-radius: 5px;
  margin: 0 10px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}
.paging .goto input {
  width: 50px;
  height: 26px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  margin: 0 10px;
  text-align: center;
  border: 1px solid #dcdfe6;
}
.paging .goto input:hover {
  border: 1px solid #409eff;
}
.paging .total {
  float: right;
  color: #999;
  line-height: 26px;
}
.paging .total span {
  color: #666;
  font-size: 14px;
  padding: 0 6px;
}
.paging .current {
  float: right;
  margin-left: 25px;
  line-height: 26px;
}
.paging .current p {
  float: left;
  font-size: 18px;
  color: #999999;
  padding: 0 20px;
}
.paging .current p span {
  color: #1c3971;
}
.paging .current a.page_prev {
  cursor: pointer;
  display: block;
  width: 8px;
  height: 28px;
  background: url(../images/page_prev.png) no-repeat center center;
  background-size: 8px 11px;
  float: left;
}
.paging .current a.page_next {
  cursor: pointer;
  display: block;
  width: 8px;
  height: 28px;
  background: url(../images/page_next.png) no-repeat center center;
  background-size: 8px 11px;
  float: left;
  margin-left: 15px;
}
.el-pager a.btn-quickprev {
  width: 28px;
  height: 28px;
  background: url(../images/three_dot.png) no-repeat center center;
  background-size: 24px 24px;
}
/* .el-pager a.btn-quickprev:hover{
    width:28px;
    height:28px;
    background:url(../images/db_left_icon.png) no-repeat center center;
    background-size:28px 28px;    
} */
.el-pager a.btn-quicknext {
  width: 28px;
  height: 28px;
  background: url(../images/three_dot.png) no-repeat center center;
  background-size: 24px 24px;
}
/* .el-pager a.btn-quicknext:hover{
    width:28px;
    height:28px;
    background:url(../images/db_right_icon.png) no-repeat center center;
    background-size:28px 28px;    
} */
/*分页结束*/
.layout_1000 {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.layout {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 1200px;
}
.layout_1260 {
  width: 1260px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 1200px;
}
.layout_1280 {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 1200px;
}
.common_tit {
  font-weight: 700;
  font-size: 16px;
  color: #28282c;
  position: relative;
  padding-left: 14px;
}
.common_tit .line {
  display: block;
  width: 4px;
  height: 18px;
  background: rgba(28, 57, 113, 1);
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.common_tit .seemore {
  font-size: 12px;
  color: #999;
  background: url(../images/i_more.png) no-repeat center right;
  background-size: 12px 12px;
  padding-right: 15px;
  line-height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: normal;
}
.common_tit .seemore:hover {
  color: #1c3971;
}
.common_tit .payBtn {
  display: block;
  width: 110px;
  height: 36px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  color: #fffefe;
  line-height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.bigTit {
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #28282c;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.blank_50 {
  height: 50px;
}
.blank_40 {
  height: 40px;
}
body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.width_33 {
  width: 31.33% !important;
}
.width_64 {
  width: 64.667% !important;
}
.width_150 {
  width: 25% !important;
}
.width_430 {
  width: 70% !important;
}
.yellowBg {
  background: #e5a43e !important;
}
.yellowBg:hover {
  background: #f3b658 !important;
}
.grayBg {
  background: #f8f8f8;
}
.grayBg .layout_1260 {
  background: #f8f8f8;
}
.lightBg {
  background: #f7f9fd;
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
}
.btn_blueBG {
  background: #1c3971;
}
.btn_blueBG:hover {
  background: #365a9f;
}
.btn_greenBG {
  background: #03ad53;
}
.btn_greenBG:hover {
  background: #1eb565;
}
.btn_yellowBG {
  background: #e5a43e;
}
.btn_yellowBG:hover {
  background: #ecb765;
}
.btn_grayBG {
  background: #f1f1f1;
  color: #999999 !important;
}
.btn_grayBG:hover {
  background: #ecebeb;
}
.btn_yellowBG:hover {
  background: #ecb765;
}
.f_green {
  color: #03ad53 !important;
}
.f_red {
  color: #ff3b3b !important;
}
.f_gray {
  color: #666666 !important;
}
.f_yellow {
  color: #e5a43e !important;
}
.f_blue {
  color: #1c3971 !important;
}
.align_r {
  text-align: right;
}
.navmenu {
  width: 1260px;
  margin: 0 auto;
}
.navmenu {
  color: #28282c;
  line-height: 50px;
}
.navmenu a {
  float: left;
  margin-right: 2px;
  font-size: 12px;
}
.navmenu a:last-child {
  color: #1c3971;
}
.oneline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.twoline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.threeline {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.loginLeft {
  width: 56%;
  min-height: 100vh;
  background: url(../images/login_L.png) no-repeat center center #06358f;
  background-size: 90% auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.loginLeft img {
  display: block;
  width: 100%;
}
.loginRight {
  padding: 50px;
  margin-left: 56%;
  box-sizing: border-box;
}
.loginRight .loginTit {
  margin: 0 auto;
  padding: 20px 0;
}
.loginRight .loginTit h3 {
  font-weight: 400;
  font-size: 48px;
  color: #28282c;
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}
.loginRight .subinfo {
  line-height: 40px;
  overflow: hidden;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.loginRight .subinfo p {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #c1c1c1;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
}
.loginRight .subinfo .back_link {
  display: block;
  float: right;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
  color: #28282c;
  background: url(../images/i_back.png) no-repeat center right;
  padding-right: 18px;
}
.loginRight .subinfo .back_link:hover {
  color: #1c3971 !important;
  text-decoration: underline !important;
}
.formTab {
  text-align: center;
}
.formTab a {
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #28282c;
  padding: 0 45px;
  background: url(../images/line_12.png) no-repeat center left;
  position: relative;
  margin: 40px 0;
}
.formTab a:first-child {
  background: none;
}
.formTab a:hover {
  color: #1c3971 !important;
  font-weight: bold;
}
.formTab a.cur {
  color: #1c3971;
  font-weight: bold;
}
.formTab a .line {
  display: none;
  width: 80px;
  height: 5px;
  border-radius: 2.5px 2.5px 0 0;
  background: rgba(28, 57, 113, 1);
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: -15px;
}

.formTab a.cur .line {
  display: block;
}
.formBox {
  width: 100%;
  margin: 0 auto;
}
.formBox .formCol {
  margin-bottom: 20px;
  overflow: hidden;
  margin-left: -2%;
}
.formCol .item {
  margin-left: 2%;
  width: 98%;
  float: left;
}
.hasr_info p {
  float: left;
}
.formCol .item .forgetPw {
  float: right;
  color: #ce0000;
  padding-right: 10px;
}
.formCol .item .forgetPw:hover {
  color: #ce0000 !important;
  text-decoration: underline !important;
}
.formCol.hasTwo .item {
  width: 48%;
}
.formCol.hasThree .item {
  width: 31.33%;
}
.formCol .item p {
  font-weight: 400;
  font-size: 14px;
  color: #28282c;
  padding-left: 10px;
  margin-bottom: 10px;
  height: 18px;
}
.formCol .item .inputOuter {
  width: 100%;
  height: 48px;
  border-radius: 5px 5px 5px 5px;
  background: #f8f8f8;
  padding: 0 10px;
  position: relative;
  box-sizing: border-box;
}
.formCol .item .inputOuter .sendCode {
  font-size: 14px;
  color: #1c3971;
  position: absolute;
  line-height: 48px;
  top: 0;
  right: 10px;
  background: url(../images/line_12.png) no-repeat center left;
  padding-left: 10px;
}
.formCol .item .inputOuter input,
.formCol .item .inputOuter select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0);
  font-size: 14px;
  color: #28282c;
}
.formCol .item .inputOuter input::placeholder {
  color: #a1a1a1;
}
.checkCol {
  color: #28282c;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  margin-top: 20px;
}
.checkCol input[type="checkbox"] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.checkCol span {
  vertical-align: middle;
  margin-left: 10px;
}
.checkCol font {
  color: #1c3971;
  text-decoration: underline;
}
.formBtn {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 5px 5px 5px 5px;
  background: rgba(28, 57, 113, 1);
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  color: #ffffff;
  margin: 30px auto;
  letter-spacing: 5px;
}
.formBtn:hover {
  color: #fff !important;
  background: #1d3662;
}
.form_tip {
  color: rgba(40, 40, 44, 1);
  font-size: 16px;
  text-align: center;
}
.form_tip a {
  color: rgba(28, 57, 113, 1);
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
}
.form_tip a:hover {
  color: rgba(28, 57, 113, 1) !important;
  text-decoration: underline !important;
}
.formCol .item p.h_required {
  color: #ce0000 !important;
  font-weight: 700;
}
.h_required_line {
  border: 2px solid #ce0000 !important;
}
.required_line {
  border: 1px solid #ce0000 !important;
}
.formTips {
  background: url(../images/i_info.png) no-repeat center left;
  background-size: 12px 12px;
  padding-left: 15px;
  color: #ce0000 !important;
  margin-top: 5px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 700;
}
.nomatch {
  background: url(../images/i_info.png) no-repeat center left;
  background-size: 12px 12px;
  padding-left: 15px;
  color: #ce0000 !important;
  margin-top: 5px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 700;
  display: none;
}
.codenum {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.wechatCode {
  width: 280px;
  height: 280px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid #e1e1e1;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wechatCode img {
  display: block;
  width: 100%;
  height: 100%;
}
.wechatTip {
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #28282c 100%;
  padding: 20px 0 40px 0;
}
.footer {
  width: 100%;
  background: #27394c;
  box-sizing: border-box;
  color: #fff;
  min-width: 1200px;
}
.footer .layout {
  background: #27394c;
}
.footer_top {
  width: 1260px;
  margin: 0 auto;
  padding: 50px 0;
  min-width: 1200px;
  background: #27394c;
}
.footer_top .col {
  float: left;
  margin-right: 105px;
}
.footer_top .col h3 {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer_top .col p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: left;
  line-height: 30px;
}
.footer_top .col p b {
  font-weight: normal;
  color: #fff;
}
.footer_top .normalCol {
  text-align: center;
}
.footer_top .normalCol a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: center;
  line-height: 30px;
}
.footer_top .normalCol a:hover {
  color: rgba(255, 255, 255, 1);
}
.f_code {
  float: right;
}
.f_code img {
  display: block;
  width: 150px;
  height: 150px;
}
.f_code p {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
}
.footerInfo {
  padding: 20px 0;
  border-top: 1px solid #394a5d;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  background: #27394c;
}
.footerInfo .footer_top {
  padding: 0 !important;
}
.footerInfo .left {
  float: left;
  text-align: left;
}
.footerInfo .right {
  float: right;
  text-align: right;
}
.fixedMenu {
  position: fixed;
  width: 60px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 12;
}
.fixedMenu .menuBox {
  background: #fff;
  box-shadow: 0px 1px 6px 6px rgba(185, 185, 185, 0.3);
}
.fixedMenu .menuBox a {
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.fixedMenu .menuBox a:last-child {
  border-bottom: 0;
}
.fixedMenu .menuBox a img {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0 auto;
}
[v-cloak] {
  display: none;
}

.sjqrcode_box {
  position: relative;
}

.sjqrcode_box:hover .sjqrcode {
  display: block;
}

.sjqrcode {
  position: absolute;
  right: 62px;
  bottom: -82px;
  width: 123px;
  height: 143px;
  background: #fff;
  display: none;
  box-shadow: 0px 1px 6px 6px rgb(185 185 185 / 30%);
  border-radius: 8px;
}

.sjqrcode_img {
  width: 123px !important;
  height: 143px !important;
}

.commonSearch{
  padding: 0px 10px;
  margin: 10px 0px;
  height: 32px;
  line-height: 32px;
  width: 500px;
  float: right;
}